home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / mailconf / stdoptions.cf < prev    next >
Encoding:
Text File  |  1996-08-04  |  3.1 KB  |  186 lines

  1. # /usr/lib/linuxconf/mailconf/stdmacros.cf
  2. # There macros are generally never modified. Linuxconf does not
  3. # manipulate them in any way. You are on your own.
  4.  
  5. # strip message body to 7 bits on input?
  6. O7False
  7.  
  8. # wait (in minutes) for alias file rebuild
  9. Oa10
  10.  
  11. # location of alias file
  12. OA/etc/aliases
  13.  
  14. # minimum number of free blocks on filesystem
  15. Ob4
  16.  
  17. # substitution for space (blank) characters
  18. OB.
  19.  
  20. # avoid connecting to "expensive" mailers on initial submission?
  21. OcFalse
  22.  
  23. # checkpoint queue runs after every N successful deliveries
  24. OC10
  25.  
  26. # default delivery mode
  27. Odbackground
  28.  
  29. # automatically rebuild the alias database?
  30. ODFalse
  31.  
  32. # error message header/file
  33. #OE/etc/sendmail.oE
  34.  
  35. # error mode
  36. #Oep
  37.  
  38. # save Unix-style "From_" lines at top of header?
  39. OfFalse
  40.  
  41. # temporary file mode
  42. OF0600
  43.  
  44. # match recipients against GECOS field?
  45. OGFalse
  46.  
  47. # default GID
  48. Og1
  49.  
  50. # maximum hop count
  51. Oh17
  52.  
  53. # location of help file
  54. OH/usr/lib/sendmail.hf
  55.  
  56. # ignore dots as terminators in incoming messages?
  57. OiFalse
  58.  
  59. # deliver MIME-encapsulated error messages?
  60. OjTrue
  61.  
  62. # Forward file search path
  63. OJ$z/.forward.$w:$z/.forward
  64.  
  65. # open connection cache size
  66. Ok2
  67.  
  68. # open connection cache timeout
  69. OK5m
  70.  
  71. # use Errors-To: header?
  72. OlFalse
  73.  
  74. # log level
  75. OL9
  76.  
  77. # send to me too, even in an alias expansion?
  78. OmFalse
  79.  
  80. # verify RHS in newaliases?
  81. OnTrue
  82.  
  83. # default messages to old style headers if no special punctuation?
  84. OoTrue
  85.  
  86. # SMTP daemon options
  87. #OOPort=esmtp
  88.  
  89. # privacy flags
  90. Opauthwarnings
  91.  
  92. # who (if anyone) should get extra copies of error messages
  93. #OPPostmaster
  94.  
  95. # slope of queue-only function
  96. #Oq600000
  97.  
  98. # queue directory
  99. OQ/var/spool/mqueue
  100.  
  101. # read timeout -- now OK per RFC 1123 section 5.3.2
  102. #Ordatablock=10m
  103.  
  104. # queue up everything before forking?
  105. OsTrue
  106.  
  107. # status file
  108. OS/etc/sendmail.st
  109.  
  110. # default message timeout interval
  111. OT5d/4h
  112.  
  113. # time zone handling:
  114. #  if undefined, use system default
  115. #  if defined but null, use TZ envariable passed in
  116. #  if defined and non-null, use that info
  117. #Ot
  118.  
  119. # default UID
  120. Ou1
  121.  
  122. # list of locations of user database file (null means no lookup)
  123. #OU/usr/sww/share/lib/users.cs.db,/usr/sww/share/lib/users.eecs.db
  124.  
  125. # fallback MX host
  126. #OVfall.back.host.net
  127.  
  128. # if we are the best MX host for a site, try it directly instead of config err
  129. OwFalse
  130.  
  131. # load average at which we just queue messages
  132. Ox8
  133.  
  134. # load average at which we refuse connections
  135. OX12
  136.  
  137. # work recipient factor
  138. #Oy30000
  139.  
  140. # deliver each queued job in a separate process?
  141. OYFalse
  142.  
  143. # work class factor
  144. #Oz1800
  145.  
  146. # work time factor
  147. #OZ90000
  148.  
  149. ###########################
  150. #   Message precedences   #
  151. ###########################
  152.  
  153. Pfirst-class=0
  154. Pspecial-delivery=100
  155. Plist=-30
  156. Pbulk=-60
  157. Pjunk=-100
  158.  
  159. #####################
  160. #   Trusted users   #
  161. #####################
  162.  
  163. Troot
  164. Tdaemon
  165. Tuucp
  166.  
  167. #########################
  168. #   Format of headers   #
  169. #########################
  170.  
  171. H?P?Return-Path: $g
  172. HReceived: $?sfrom $s $.$?_($?s$|from $.$_) $.by $j ($v/$Z)$?r with $r$. id $i$?u for $u$.; $b
  173. H?D?Resent-Date: $a
  174. H?D?Date: $a
  175. H?F?Resent-From: $q
  176. H?F?From: $q
  177. H?x?Full-Name: $x
  178. HSubject:
  179. # HPosted-Date: $a
  180. # H?l?Received-Date: $b
  181. H?M?Resent-Message-Id: <$t.$i@$j>
  182. H?M?Message-Id: <$t.$i@$j>
  183. #
  184.  
  185.  
  186.